FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package ehealthplatform.be.r4.federalprofiles#1.3.3-beta (78 ms)

Package ehealthplatform.be.r4.federalprofiles
Type StructureDefinition
Id Id
FHIR Version R4
Source https://www.ehealth.fgov.be/standards/fhir/https://simplifier.net/resolve?scope=ehealthplatform.be.r4.federalprofiles@1.3.3-beta&canonical=https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-practitioner
Url https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-practitioner
Version 1.0.0
Status active
Name BePractitioner
Experimental False
Authority hl7
Description Belgian federal profile for a practitioner. Initially based on the functional description of the NIHDI.
Type Practitioner
Kind resource

Resources that use this resource

StructureDefinition
be-ext-inform-party BeInformParty
be-referralprescription BeReferralPrescription
be-addiction BEAddiction
be-ext-recorder BeExtRecorder
be-allergyintolerance BeAllergyIntolerance
be-communication BeCommunication
be-homecare-plan BeHomecare Plan
be-homecare-team BeHomecare Team
be-medicationdispense BeMedicationDispense
be-model-medication-dispense BeModelMedicationDispense
be-observation BeObservation
be-patient BePatient
be-patientwill BePatientWill
be-practitionerrole BePractitionerRole
be-problem BeProblem
be-scoreresult BeScoreResult
be-vaccination BeVaccination

Resources that this resource uses

StructureDefinition
be-address BeAddress


Source

{
  "resourceType" : "StructureDefinition",
  "id" : "be-practitioner",
  "url" : "https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-practitioner",
  "version" : "1.0.0",
  "name" : "BePractitioner",
  "status" : "active",
  "description" : "Belgian federal profile for a practitioner. Initially based on the functional description of the NIHDI.",
  "fhirVersion" : "4.0.0",
  "kind" : "resource",
  "abstract" : false,
  "type" : "Practitioner",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Practitioner",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "Practitioner.identifier",
        "path" : "Practitioner.identifier",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "value",
              "path" : "system"
            }
          ],
          "rules" : "open"
        },
        "definition" : "An identifier that applies to this person in this role.\r\nTypically, a NIHDI value and/or a SSIN value are given. Other systems remain allowed. Flows in organizations will most likely want to also include a local identifier, using its own system. A type can be added if needed. When it is given, a consumer SHALL NOT ignore it.",
        "mustSupport" : true
      },
      {
        "id" : "Practitioner.identifier:NIHDI",
        "path" : "Practitioner.identifier",
        "sliceName" : "NIHDI"
      },
      {
        "id" : "Practitioner.identifier:NIHDI.system",
        "path" : "Practitioner.identifier.system",
        "fixedUri" : "https://www.ehealth.fgov.be/standards/fhir/NamingSystem/nihdi"
      },
      {
        "id" : "Practitioner.identifier:NIHDI.value",
        "path" : "Practitioner.identifier.value",
        "min" : 1
      },
      {
        "id" : "Practitioner.identifier:SSIN",
        "path" : "Practitioner.identifier",
        "sliceName" : "SSIN"
      },
      {
        "id" : "Practitioner.identifier:SSIN.system",
        "path" : "Practitioner.identifier.system",
        "fixedUri" : "https://www.ehealth.fgov.be/standards/fhir/NamingSystem/ssin"
      },
      {
        "id" : "Practitioner.identifier:SSIN.value",
        "path" : "Practitioner.identifier.value",
        "min" : 1
      },
      {
        "id" : "Practitioner.identifier:CBE",
        "path" : "Practitioner.identifier",
        "sliceName" : "CBE"
      },
      {
        "id" : "Practitioner.identifier:CBE.system",
        "path" : "Practitioner.identifier.system",
        "fixedUri" : "https://www.ehealth.fgov.be/standards/fhir/NamingSystem/cbe"
      },
      {
        "id" : "Practitioner.identifier:CBE.value",
        "path" : "Practitioner.identifier.value",
        "min" : 1
      },
      {
        "id" : "Practitioner.active",
        "path" : "Practitioner.active",
        "definition" : "Whether this practitioner's record is in active use. \r\n\r\nIt is RECOMMENDED to keep the value ‘true’ as long as the practitioner is still being treated by the provider of the data."
      },
      {
        "id" : "Practitioner.name",
        "path" : "Practitioner.name",
        "definition" : "The name(s) associated with the practitioner.\r\n\r\nTypically RECOMMENDED to include one familyname and at least one given name and to define this use as ‘official’.",
        "min" : 1
      },
      {
        "id" : "Practitioner.telecom",
        "path" : "Practitioner.telecom",
        "definition" : "A contact detail for the practitioner, e.g. a telephone number or an email address.\r\n\r\nIt is RECOMMENDED to at least add one phone or email address."
      },
      {
        "id" : "Practitioner.address",
        "path" : "Practitioner.address",
        "type" : [
          {
            "code" : "Address",
            "profile" : [
              "https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-address"
            ]
          }
        ]
      },
      {
        "id" : "Practitioner.gender",
        "path" : "Practitioner.gender",
        "comment" : "Note that FHIR strings SHALL NOT exceed 1MB in size\r\n\r\nSpecial remarks for KMEHR users:\r\nGender is an OPTIONAL element in the practitioner resource. Refer to the be-patient specifications for some attention point for KMEHR users."
      },
      {
        "id" : "Practitioner.communication",
        "path" : "Practitioner.communication",
        "definition" : "A language the practitioner can use in patient communication.\r\n\r\nIt is RECOMMENDED to include this when available",
        "comment" : "The structure aa-BB with this exact casing is one the most widely used notations for locale. However not all systems code this but instead have it as free text. Hence CodeableConcept instead of code as the data type.\r\n\r\nSpecial remarks for KMEHR users:\r\nThe 'usuallanguage' element in a KMEHR message only refers to the use of W3C language codes. As such, the language codes as proposed in the FHIR standard should not present any interoperability issue.\r\nNote the KMEHR element implies it is the language usally used by the practitioner. As such, when this element from KMEHR would be mapped to a FHIR resource, the communication.preferred Boolean SHOULD be used."
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.